tg-me.com/Machinelearningtest/162
Create:
Last Update:
Last Update:
Что выведет код?
import numpy as np
basket = np.array([[1, 1, 1, 1], [1, 1, 1, 0]])
x = np.all(basket[:,2:], axis = 1)
print(*x)
BY Machinelearning tests
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
Share with your friend now:
tg-me.com/Machinelearningtest/162